home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // MhSample.rc
- //---------------------------------------------------------------------------
-
- #include <windows.h>
- #include "MhSample.h"
-
- #ifndef VERSION_INFO
-
- //Windows SDK includefile used for version information
- #include <ver.h>
-
- #define vszMakeDate "April 14 1993"
- #define vszMakeVers "Version 0414"
- #define vszVersNum "0414"
- #define vszVersNumAll "02.5000b\0"
- #define vszVersNuml2 04
- #define vszVersNumf2 14
- #define vszCopyright "Copyright (c) 1992-1993 MicroHelp Inc"
-
- #define vszCC "VBTools - MhSample Custom Control\0"
- #define vszCCFile "MHSE200.VBX\0"
-
- //This is the actual version info that uses the above defaults
-
- rcinclude verinfo.rc
-
- #endif //VERSION_INFO endif
-
- //---------------------------------------------------------------------------
- // Control resources for control model
- //---------------------------------------------------------------------------
-
- IDBMP_SAMPLEU BITMAP DISCARDABLE "MhSamU.bmp"
- IDBMP_SAMPLED BITMAP DISCARDABLE "MhSamD.bmp"
- IDBMP_SAMPLEMU BITMAP DISCARDABLE "MhSamMu.bmp"
- IDBMP_SAMPLEEU BITMAP DISCARDABLE "MhSamMu.bmp"
-